home *** CD-ROM | disk | FTP | other *** search
Makefile | 2006-06-30 | 208 b | 12 lines |
- all: tracepath
-
- .c.o:
- gcc -c $<
-
- tracepath: tracepath.c
- diet gcc -Wl,-T,script-ld-impurity -o tracepath tracepath.c -s -static
- /sbin/chpax -m shelldemo >/dev/null 2>&1 || true
-
- clean:
- rm -f *.o tracepath
-